home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Utilities / SuperDuper! 1.5.5.dmg / SuperDuper!.app / Contents / Resources / Copy Scripts / Backup - all files.dset < prev    next >
Encoding:
Extensible Markup Language  |  2005-04-06  |  903 b   |  31 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Class</key>
  6.     <string>Composite</string>
  7.     <key>Description</key>
  8.     <string>All files on (source) will be copied to (target), except the temporary and system-specific files that Apple recommends excluding.</string>
  9.     <key>Directives</key>
  10.     <array>
  11.         <dict>
  12.             <key>Directive</key>
  13.             <string>exclude</string>
  14.             <key>Item</key>
  15.             <string>private/var/db/BootCache.playlist</string>
  16.         </dict>
  17.         <dict>
  18.             <key>Directive</key>
  19.             <string>exclude</string>
  20.             <key>Item</key>
  21.             <string>private/var/db/volinfo.database</string>
  22.         </dict>
  23.     </array>
  24.     <key>Include Directives</key>
  25.     <array>
  26.         <string>Exclude system temporary files.dset</string>
  27.         <string>Exclude Norton FileSaver files.dset</string>
  28.     </array>
  29. </dict>
  30. </plist>
  31.